PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFViewport Class
Methods


In This Topic
    PDFViewport Class Members
    In This Topic

    The following tables list the members exposed by PDFViewport.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodGets the viewport bounds.
    The lower left and upper right corners of the rectangle determine the orientation of the measuring coordinate system (that is, the direction of the positive x and yaxes) in this viewport, which may have a different rotation from the page.
    The viewport bounds are defined in the same coordinate system like the page media box and crop box.  
    Public MethodGets the COS viewport.  
    Public MethodGets the viewport measure.
    The measure specifies the alternative coordinate system for the viewport. It provides the information needed to convert coordinates in the page's coordinate system to coordinates in the measuring coordinate system.  
    Public MethodGets the viewport name.  
    Public MethodGets the point data.  
    Public MethodSets the viewport bounds.
    The lower left and upper right corners of the rectangle determine the orientation of the measuring coordinate system (that is, the direction of the positive x and yaxes) in this viewport, which may have a different rotation from the page.
    The viewport bounds are defined in the same coordinate system like the page media box and crop box.  
    Public MethodSets the viewport measure.
    The measure specifies the alternative coordinate system for the viewport. It provides the information needed to convert coordinates in the page's coordinate system to coordinates in the measuring coordinate system.  
    Public MethodSets the viewport name.  
    Public MethodSets the point data.  
    Top
    See Also